ToolPane.OK property

Gets a System.Web.UI.WebControls.Button object that represents the OK button on the tool pane.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property OK As Button
    Get
'Usage
Dim instance As ToolPane
Dim value As Button

value = instance.OK
public Button OK { get; }

Property value

Type: System.Web.UI.WebControls.Button
A System.Web.UI.WebControls.Button object that represents the OK button.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace